* lisp/bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 11 Nov 2013 05:18:53 +0000 (00:18 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 11 Nov 2013 05:18:53 +0000 (00:18 -0500)
commitb743695236beccde5e8691eb92662d7d3bc2b924
treebbd395185dfa334c4ef91debfa50e411569a60fa
parente3f02658b87ff3c3eafeb13e66385d4c389dbef4
* lisp/bindings.el (ctl-x-map): Bind C-x SPC to rectangle-mark-mode.
* src/keyboard.c (command_loop_1): Use region-extract-function.
* src/insdel.c (Qregion_extract_function): Not static any more (can we
stop pretending that these vars can benefit from being marked static?).
etc/NEWS
lisp/ChangeLog
lisp/bindings.el
lisp/rect.el
src/ChangeLog
src/insdel.c
src/keyboard.c